'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of NodeId) _ )
'Usage
Dim collection As IEnumerable(Of NodeId) Dim instance As New NodeIdCollection(collection)
public NodeIdCollection( IEnumerable<NodeId> collection )
public: NodeIdCollection( IEnumerable<NodeId^>^ collection )
Parameters
- collection
- The existing collection to use as the basis of creating this collection